Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Polkadot to v1.3.3 #3062

Merged
merged 1 commit into from
Oct 15, 2024
Merged

Update Polkadot to v1.3.3 #3062

merged 1 commit into from
Oct 15, 2024

Conversation

serban300
Copy link
Collaborator

Update Polkadot to v1.3.3

@serban300 serban300 added the A-release A new relayer release label Oct 15, 2024
@serban300 serban300 self-assigned this Oct 15, 2024
@acatangiu acatangiu merged commit 7b14e16 into paritytech:master Oct 15, 2024
13 checks passed
@@ -122,5 +122,5 @@ impl ChainWithTransactions for Polkadot {

impl ChainWithRuntimeVersion for Polkadot {
const RUNTIME_VERSION: Option<SimpleRuntimeVersion> =
Some(SimpleRuntimeVersion { spec_version: 1_002_000, transaction_version: 25 });
Some(SimpleRuntimeVersion { spec_version: 1_003_003, transaction_version: 26 });
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is not enough - this is client-polkadot and we dont run version guard for relaychains,
but Bulat reported BridgeHubPolkadot:

2024-10-15 11:20:11 +00 ERROR bridge: The BridgeHubPolkadot client is configured to use runtime version SimpleRuntimeVersion { spec_version: 1003000, transaction_version: 4 } and actual version is SimpleRuntimeVersion { spec_version: 1003003, transaction_version: 4 }. Aborting

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-release A new relayer release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants